home *** CD-ROM | disk | FTP | other *** search
- object EditPhoneBook: TEditPhoneBook
- Left = 426
- Top = 362
- BorderStyle = bsDialog
- Caption = 'Edit '#39'%s'#39' Phone Book Entry'
- ClientHeight = 168
- ClientWidth = 364
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 32
- Top = 24
- Width = 53
- Height = 13
- Caption = 'UserName:'
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 74
- Height = 13
- Caption = 'Phone Number:'
- end
- object Label3: TLabel
- Left = 40
- Top = 88
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Bevel1: TBevel
- Left = 8
- Top = 120
- Width = 337
- Height = 9
- Shape = bsTopLine
- end
- object UserName: TEdit
- Left = 96
- Top = 22
- Width = 249
- Height = 21
- TabOrder = 0
- OnChange = UserNameChange
- end
- object PhoneNumber: TEdit
- Left = 96
- Top = 54
- Width = 249
- Height = 21
- TabOrder = 1
- end
- object PassWord: TEdit
- Left = 96
- Top = 86
- Width = 249
- Height = 21
- TabOrder = 2
- end
- object OKButton: TButton
- Left = 192
- Top = 136
- Width = 75
- Height = 22
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object CencelButton: TButton
- Left = 272
- Top = 136
- Width = 75
- Height = 22
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-